GetNextImageDescriptionExtensionType
TheGetNextImageDescriptionExtensionType
function retrieves the next extension type encountered after the one you specify.
pascal OSErr GetNextImageDescriptionExtensionType (ImageDescription **desc, long *type);
desc
- Contains a handle to the image description structure with the extension under scrutiny.
type
- Contains a pointer to an integer that indicates the type of the extension after which this function is to return the next extension type. Set the value of this parameter to 0 to return the first type found. Point to a value of 0 to return the first type found.
DESCRIPTION
IfGetNextImageDescriptionExtensionType
returns a value of 0 in the type parameter, no more types could be found.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help